releaseNatPrecheck
Description
release nat precheck.
Request Method
GET
Request Path
/customer/nat/release/check
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
instanceId | Query | String | No | No sample value for this parameter. | instance id |
regionId | Query | String | No | No sample value for this parameter. | region id |
force | Query | String | No | No sample value for this parameter. | Whether to force deletion |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
result | object | `No sample value for this parameter.` | No description for this parameter. |
resultCode | string | No sample value for this parameter. | result code |
resultMsg | string | No sample value for this parameter. | result message |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}